Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IAssertionContext<TSubject> Interface
Properties

In This Topic
    IAssertionContext<TSubject> Interface Members
    In This Topic

    The following tables list the members exposed by IAssertionContext<TSubject>.

    Public Properties
     NameDescription
     PropertyA formatted phrase as is supported by System.String.Format(System.String,System.Object[]) explaining why the assertion is needed. If the phrase does not start with the word because, it is prepended automatically.  
     PropertyZero or more objects to format using the placeholders in Because.  
     PropertyGets the value of the expectation object that was matched with the subject using a IMemberMatchingRule.  
     PropertyGets the IMember of the member that returned the current object, or a null reference (Nothing in Visual Basic) if the current object represents the root object.  
     PropertyGets the value of the SelectedNode  
    Top
    See Also